home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 27 / q27.d81 / t.dt128 docs 5 < prev    next >
Text File  |  2022-08-28  |  16KB  |  421 lines

  1.  
  2.  
  3.  Modules
  4.  -------
  5.  
  6.     DT128 has specialized functions that are not part of the main program.
  7. The features are called modules.  Modules are loaded from the DT128 system
  8. disk.  If you select a module that is not in memory you will be asked to
  9. insert your system disk and press RETURN.  If you decide not to load the
  10. module you can abort by pressing ESCape.
  11.  
  12. **  System modules are version specific.  Each module name ends with the
  13. version they work with.  Do not try to rename modules to get them to work
  14. with future versions of DT128 - they won't work.
  15.  
  16.  
  17.  Block Availability Map (BAM) Editor
  18.  -----------------------------------
  19.  
  20. Disk Directory:
  21.  
  22.     Shows the directory of the default device and drive.
  23.  
  24. Device/Drive:
  25.  
  26.     Selects the device and drive to be used.  This setting uses the system
  27. device and drive (changing this is the same as changing the device and
  28. drive in the disk functions menu).
  29.  
  30. Edit BAM:
  31.  
  32.     This function allows you to edit the BAM (block availability map) of a
  33. disk.  Used sectors will be represented by "+" plus symbols.  Follow the
  34. prompts given.  To allocate a sector use the cursor keys to position the
  35. cursor on the desired sector and type a plus.  To free a sector do the same
  36. except type a space.  When you are sure you've made the proper changes you
  37. must re-write the BAM in order for the changes to be recorded on disk.
  38. Press a capital "W" to write the new BAM to disk.  To exit without updating
  39. the BAM press the escape key.
  40.  
  41.  Notes:
  42.  
  43.     You can edit the BAM of a subdirectory.  You must first select the
  44. subdirectory and then select the "Edit BAM" option.  You can select a
  45. subdirectory by selecting the directory option.  When the directory prompt
  46. appears type an "*" on the line and press return.  This gives you the DOS
  47. command line.  Here you can select the subdirectory you want, i.e.
  48. "/subdirectory".  This applies to only the 1581.  Note, however, that if
  49. you re-write the BAM of a subdirectory you will be taken back to the root
  50. directory.
  51.  
  52.  
  53.  Calculator
  54.  ----------
  55.  
  56.     This module has 2 functions.  The main function is as a calculator
  57. which can be accessed in 3 different ways.  The first is through the main
  58. menu.  The second is in the buffer editor with the "F1-6" command (see
  59. BUFFER).  The third way to access the calculator is from within terminal
  60. mode with the long ALT-C command in 80 column screens (see TERM MODE).  The
  61. second function this module provides is for calculating upload transfer
  62. times.
  63.  
  64. The Calculator:
  65.  
  66. The calculator works very similar to the way BASIC direct mode works.  If
  67. you wanted to multiply 41 by 16, you would enter the following:
  68.  
  69. print41*6 <return>
  70.  
  71. The calculator works with the same syntax except that you do not need to
  72. enter "print" each time as it is implied.  All of the BASIC math operators
  73. are supported including, "+-*/^<=>()" as well as the following basic
  74. functions:
  75.  
  76. INT ABS SQR LOG EXP COS SIN TAN ATN AND OR
  77.  
  78. (Although calculation results may be in scientific notation you may not
  79. enter numbers in this format)
  80.  
  81. Any errors that occur in a calculation are displayed.  No variables are
  82. allowed at any time.
  83.  
  84. The following commands are available for input:
  85.  
  86.  ESCape - aborts calculator
  87.  RETURN - evaluates current expression
  88.  DELete - deletes 1 character to the left
  89.  CRSR or ARROW right/left move the solid block cursor left or right
  90.  HOME - moves cursor back to the beginning of the input line
  91.  CLR - clears the input line
  92.  " - recalls the previous input line
  93.  # - recalls the previous result
  94.  
  95. You can perform calculations while online.  Try this.  Load the calculator
  96. from the main menu, then call a computer system.  While receiving a stream
  97. of characters (perhaps a message thread) enter the calculator in terminal
  98. mode with the long ALT-C command (you must be in 80 columns).  While typing
  99. in a calculation you will discover that the terminal screen doesn't
  100. "freeze!" Amazing...
  101.  
  102.  Transfer Delays
  103.  ---------------
  104.  
  105.     This function allows you to customize the calculation for upload
  106. transfer times.  When this module or the remote module is in memory a
  107. "delay time per transfer block" is automatically added to the upload
  108. transfer time calculation. When you enter the calculator from the main menu
  109. you will see a table of values that represent the amount of time, in
  110. hundredths of a second, to be added for each transfer block.  Each protocol
  111. has its own delay factor for both disk and buffer transfers.
  112.  
  113.     When Ymodem Batch or Multi-Punter is used this module will total the
  114. transfer blocks, disk blocks (only if the terminal type is C/G), and the
  115. transfer time. The totals are displayed only if the send prompt option in
  116. the upload menu is "Yes" or you are in remote mode and a caller is
  117. downloading from you.
  118.  
  119.  
  120. Configuration
  121. -------------
  122.  
  123. This module is entered from the "Display Parameters" menu.
  124.  
  125. Main Character:
  126.  
  127.      Selects the character color for menu screens.
  128.  
  129. Background:
  130.  
  131.      Selects the background color for menu screens.
  132.  
  133. Reverse:
  134.  
  135.      This option reverses the character and background colors for each
  136. character on menu screens.  By setting this option to "Yes" you can create
  137. a border.
  138.  
  139. Clock:
  140.  
  141.      Selects the clock color.
  142.  
  143. Highlight:
  144.  
  145.      Selects the color for the highlight bar and menu header lines.
  146.  
  147. Cursor Form:
  148.  
  149.      Selects the cursor type that you prefer, block or underline, flash or
  150. steady, fast flash or slow flash.
  151.  
  152. Semi-Graphic Mode:
  153.  
  154.      For normal text display this option should be set to "No."  If "Yes"
  155. screens will be displayed in "Semi-Graphic" mode, creating a digital 3-D
  156. character effect.  The display will only enter this mode if the terminal
  157. screen width is 80 columns.
  158.  
  159. 40 Horiz:
  160.  
  161.      Use this setting to align the terminal screen horizontally for 40
  162. column mode.  A value of 55 usually works well with RGB monitors such as
  163. the 1084, while 53 works well with the 1802 in monochrome mode.
  164.  
  165. Monochrome Mode
  166.  
  167.      If you have a color monitor this should be set to "No".  When this
  168. option is set to "Yes" color changes in terminal mode are ignored.  This is
  169. useful if you have a monochrome monitor.
  170.  
  171. Ansi Background:
  172.  
  173.      "No"  means that Ansi escape sequences which change the background
  174.            color of characters will be ignored.
  175.      "Yes" means that Ansi escape sequences which change the background
  176.            color of characters will be interpreted.
  177.  
  178.      Since the VDC does not support independent background colors for each
  179. character position Ansi background color changes cannot be interpreted
  180. correctly.  Instead of changing the background color for individual
  181. characters the background color of the entire terminal screen will be
  182. changed.  This can cause the background color to flicker annoyingly if many
  183. background color changes are made in succession.  Because of this you will
  184. usually want to set this option to "No".  Occasionally an Ansi system may
  185. change the character color to the same color as the background color that
  186. you are using (usually black) while changing the background color.  For
  187. example, a system may change the color to black characters on a blue
  188. background.  Because you are ignoring the background color change, the text
  189. will be "invisible" (black text on a black background).
  190.  
  191.     If this happens you can press ALT-N to change the character color, or
  192. you can set this to "Yes" to avoid this problem (it's a tradeoff between
  193. this and flickering).  For an Ansi Terminal that can handle color correctly
  194. see VANSI (on LS 128 #28).
  195.  
  196. Absorb Escape Strings:
  197.  
  198.      When "No" unrecognized escape strings (VT-52, VT-100, DataMedia 1500,
  199.          Proterm, and Ansi) are printed on the screen.
  200.  
  201.      When "Yes" unrecognized escape strings are not displayed.
  202.  
  203. Logon Delay
  204.  
  205.      This is the speed at which characters are sent to the modem from logon
  206. macros.  A zero value is full speed, while a value of 255 is the slowest.
  207. A value of around 128 gives good results.
  208.  
  209. Disable Call Waiting String:
  210.  
  211.      Type in the string you need to defeat call waiting.  This number will
  212. automatically be dialed whenever you dial a number from the phone directory
  213. with the cancel call waiting option on (see PHONE DIRECTORY on LS 128
  214. #26).
  215.  
  216. Character Height:
  217.  
  218.      Can be "Tall" or "Short".
  219.  
  220. Attribute Flash Rate:
  221.  
  222.      This de